Skip to content

Conversation

@ggrossetie
Copy link
Collaborator

Resolves #12

[![GitHub Action badge](https://github.com/zulip/github-actions-zulip/workflows/test-local/badge.svg)](https://github.com/zulip/github-actions-zulip/actions?query=workflow%3Atest-local)

This action sends a message to [Zulip](https://zulip.com/).
This is a collection of GitHub Actions to interact with [Zulip](https://zulip.com/).
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The main README now states that this repository contains a collection of GitHub Actions.
In the "Actions" section, for each action, we have a link to the README.

Does that work for you?

Comment on lines -25 to -38
- name: Send a stream message
uses: ./
with:
username: 'ggrossetie@yuzutech.fr'
api-key: ${{ secrets.ZULIP_API_KEY }}
organization-url: 'https://kroki.zulipchat.com'
to: 'test'
type: 'stream'
topic: 'releases'
content: |
zulip-send-message-action ${{ env.RELEASE_VERSION }} is out!
https://github.com/yuzutech/zulip-send-message-action/releases/tag/${{ env.RELEASE_VERSION }}
if: ${{ steps.enable_release_annoucement.outputs.value == 'true' }}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was an experiment to publish a release announcement when a new release is published.

I guess we could publish an announcement in "announce" stream but in the meantime I've decided to remove it since the API key and organization URL are outdated.

@ggrossetie ggrossetie requested review from andersk and timabbott July 16, 2021 21:27
@ggrossetie ggrossetie merged commit ba07b1e into main Jul 18, 2021
@ggrossetie ggrossetie deleted the issue-12-subdirectories branch July 18, 2021 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use subdirectories to name actions, e.g. zulip/github-actions-zulip/send-message

4 participants